dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TextModule cluster_TextModule_declarations cluster_TextModule_imports cluster_TextModule_providers TextComponent TextComponent TextModule TextModule TextComponent->TextModule TextRoutingModule TextRoutingModule TextRoutingModule->TextModule TextService TextService TextService->TextModule

File

src/app/layout/text/text.module.ts

Declarations

Providers

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { TextRoutingModule } from './text-routing.module';
import { TextComponent } from './text.component';
import { TextService } from '../../shared'

@NgModule({
  imports: [
    CommonModule,
    TextRoutingModule,
    FormsModule
  ],
  declarations: [TextComponent],
  providers: [TextService],
})
export class TextModule { }

results matching ""

    No results matching ""